Skip to content

fix Issue #8#14

Open
fpkon wants to merge 1 commit intoDavidArmstrong:mainfrom
fpkon:patch-1
Open

fix Issue #8#14
fpkon wants to merge 1 commit intoDavidArmstrong:mainfrom
fpkon:patch-1

Conversation

@fpkon
Copy link
Copy Markdown

@fpkon fpkon commented Apr 25, 2025

After setLocalTime() (GMThour == hours) is always true, but GMTtime might still be at another hour. If you return from here, the new GMTtime will not be set in line 307, so GMThour and GMTtime might have different hours. This produced the error in Issue #8 on 2023-10-01. The time was set to 23-00-00, but the above if statement was true and GMTtime not set as expected. The error did not occur with 23-00-01.

After setLocalTime() (GMThour == hours) is always true, but GMTtime might still be at another hour. If you return from here, the new GMTtime will not be set in line 307, so GMThour and GMTtime might have different hours. This produced the error in Issue DavidArmstrong#8 on 2023-10-01. The time was set to 23-00-00, but the above if statement was true and GMTtime not set as expected. The error did not occur with 23-00-01.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant